Component org.nuxeo.ecm.webapp.search.schemas
In bundle org.nuxeo.ecm.platform.webapp.types
Contributions
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.webapp.search.schemas">
<extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
<doctype name="search_results" extends="Document">
<schema name="dublincore"/>
<schema name="common"/>
<facet name="HiddenInNavigation" />
</doctype>
</extension>
</component>